home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1994-06-07 | 2.8 KB | 79 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- Stores.StoreDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- Stores.StoreDesc
- TextModels.AttributesDesc
- Stores.StoreDesc
- Geneva
- TextModels.AttributesDesc
- Stores.StoreDesc
- Geneva
- StdStamps.StdViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- TextModels.AttributesDesc
- Stores.StoreDesc
- Geneva
- MODULE MacFixMath;
- (* cp
- IMPORT SYSTEM, MacTypes;
- CONST CODE = 1;
- TYPE
- Fixed* = MacTypes.Fixed;
- Fract* = MacTypes.Fract;
- PROCEDURE [CODE] FixMul* (a, b: Fixed): Fixed 0A8H, 068H;
- PROCEDURE [CODE] FixRatio* (numer, denom: INTEGER): Fixed 0A8H, 069H;
- PROCEDURE [CODE] FixRound* (x: Fixed): INTEGER 0A8H, 06CH;
- PROCEDURE [CODE] FracMul* (x, y: Fract): Fract 0A8H, 04AH;
- PROCEDURE [CODE] FixDiv* (x, y: Fixed): Fixed 0A8H, 04DH;
- PROCEDURE [CODE] FracDiv* (x, y: Fract): Fract 0A8H, 04BH;
- PROCEDURE [CODE] FracSqrt* (x: Fract): Fract 0A8H, 049H;
- PROCEDURE [CODE] FracCos* (x: Fixed): Fract 0A8H, 047H;
- PROCEDURE [CODE] FracSin* (x: Fixed): Fract 0A8H, 048H;
- PROCEDURE [CODE] FixATan2* (x, y: LONGINT): Fixed 0A8H, 018H;
- PROCEDURE [CODE] Long2Fix* (x: LONGINT): Fixed 0A8H, 03FH;
- PROCEDURE [CODE] Fix2Long* (x: Fixed): LONGINT 0A8H, 040H;
- PROCEDURE [CODE] Fix2Frac* (x: Fixed): Fract 0A8H, 041H;
- PROCEDURE [CODE] Frac2Fix* (x: Fract): Fixed 0A8H, 042H;
- END MacFixMath.
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Stores.StoreDesc
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- Views.ViewDesc
- Stores.StoreDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- Models.ModelDesc
- Stores.ElemDesc
- Stores.StoreDesc
- TextRulers.AttributesDesc
- Stores.StoreDesc
- TextModels.AttributesDesc
- Stores.StoreDesc
- Geneva
- Documents.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Stores.StoreDesc
-